home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / s / sas_utilities / sasutilities01.dms / in.adf / bootmenu / Startup-Sequence < prev   
Encoding:
Text File  |  1992-12-21  |  424 b   |  21 lines

  1. ; $VER: BootMenu-Startup-Sequence 1.1 (WolfSoft) (12-Dec-1993)
  2.  
  3. SetPatch >NIL:
  4.  
  5. Lock >NIL: SYS: on
  6. MakeDir >NIL: RAM:BootMenuTmp
  7. Assign >NIL: T: RAM:BootMenuTmp
  8. Assign >NIL: ENV: RAM:BootMenuTmp
  9.  
  10. IF EXISTS DEVS:Monitors
  11.   IF EXISTS DEVS:Monitors/VGAOnly
  12.     DEVS:Monitors/VGAOnly
  13.   EndIF
  14.   
  15.   C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  16.   Execute T:M
  17.   C:Delete >NIL: T:M
  18. EndIF
  19.  
  20. BootMenu
  21.